Skip to content

Commit 0025fe8

Browse files
committed
fix(docker-container) added nodejs and npm to container
1 parent 6675d81 commit 0025fe8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.devcontainer/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ RUN set -ex \
4040
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man \
4141
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
4242

43+
RUN apk add nodejs npm
44+
4345
WORKDIR /opt/www
4446

4547
# Composer Cache

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ RUN set -ex \
4040
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man \
4141
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
4242

43+
RUN apk add nodejs npm
44+
4345
WORKDIR /opt/www
4446

4547
# Composer Cache

0 commit comments

Comments
 (0)