Skip to content

Commit

Permalink
Fix web container
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed May 29, 2020
1 parent f358f62 commit 8ae9dda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM node:13.11.0-alpine3.11

ENV NODE_ENV development

RUN apk add yarn
ADD start.sh /
RUN chmod +x /start.sh
Expand Down

0 comments on commit 8ae9dda

Please sign in to comment.