Skip to content

Commit

Permalink
chore: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleeit committed Jul 2, 2019
1 parent fc28436 commit 8bb067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:10
COPY . /TSW
WORKDIR /TSW
RUN npm install --no-optional
RUN apt-get update && apt-get install gawk rsync
RUN apt-get update && apt-get install -y gawk rsync
EXPOSE 80
ENV IS_DOCKER=1
CMD ["/TSW/bin/proxy/startup.sh"]

0 comments on commit 8bb067c

Please sign in to comment.