chore: backend docker setup
.dockerignore en .dockerfile van de backend ingesteld
This commit is contained in:
parent
662f0ac190
commit
1745828487
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ RUN npm install
|
|||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
EXPOSE 2002
|
||||
|
||||
CMD ["npm", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue