Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
CodacyCorrection
Browse files Browse the repository at this point in the history
  • Loading branch information
pxstrana committed Apr 3, 2019
1 parent 08c4635 commit 4277763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
# stage 1
FROM node:latest as node
FROM node:10.15.1 as node
WORKDIR /app
COPY . .
RUN npm install
Expand Down

0 comments on commit 4277763

Please sign in to comment.