Rename Dockerfile to Containerfile
This commit is contained in:
parent
712424a56a
commit
e9b83d1e09
2 changed files with 0 additions and 0 deletions
8
Containerfile.dev
Normal file
8
Containerfile.dev
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM node:14.2.0
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV PORT 3000
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["yarn", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue