copy files

This commit is contained in:
Lee 2023-10-18 00:09:10 +01:00
parent 0c35f51709
commit 09442795a3

@ -2,6 +2,8 @@ FROM fascinated/docker-images:node-latest
EXPOSE 5000
COPY . .
RUN npm install
RUN npm run build