docker
This commit is contained in:
parent
a73f655559
commit
5792a01ca8
1 changed files with 6 additions and 0 deletions
6
frontend/Dockerfile
Normal file
6
frontend/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
|
FROM node:alpine
|
||||||
|
COPY . .
|
||||||
|
CMD ["npm", "run", "start"]
|
||||||
|
EXPOSE 3000
|
Loading…
Add table
Reference in a new issue