pridani portu do dockerfile + traefik example

This commit is contained in:
2023-06-28 19:50:54 +02:00
parent 26609ebd6b
commit ab57acdcd1
4 changed files with 58 additions and 2 deletions

View File

@@ -13,4 +13,6 @@ COPY src ./src
RUN yarn install --frozen-lockfile
RUN yarn build
EXPOSE 3001
CMD [ "node", "/app/dist/index.js" ]