Update Dockerfile

This commit is contained in:
Matteo Pietro Dazzi 2020-10-09 16:41:31 +02:00 committed by GitHub
parent 4c39a76bf6
commit 36389e2807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:8.6 FROM node:alpine
WORKDIR /usr/src WORKDIR /usr/src
COPY app/ /usr/src/ COPY app/ /usr/src/