Zlatislav Zlatev commited on
Commit
c3f000c
·
1 Parent(s): 99ca099

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM ubuntu
2
 
3
  RUN apt-get update && \
4
- apt-get install -y nginx
5
 
6
  WORKDIR /app
7
 
 
1
  FROM ubuntu
2
 
3
  RUN apt-get update && \
4
+ apt-get install -y nginx npm
5
 
6
  WORKDIR /app
7