Skip to content

Commit

Permalink
Update DockerFile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucideus-repo authored Nov 12, 2020
1 parent 45177eb commit 1ded35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pull official base image
FROM node:alpine as build
FROM node:13.12.0-alpine as build
# set working directory
WORKDIR /app
# copy everything to /app directory
Expand Down

0 comments on commit 1ded35b

Please sign in to comment.