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 . .
|
COPY . .
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 2002
|
||||||
EXPOSE 443
|
|
||||||
|
|
||||||
CMD ["npm", "start"]
|
CMD ["npm", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue