pridani portu do dockerfile + traefik example

This commit is contained in:
2023-06-28 19:50:54 +02:00
parent 1a45d40cba
commit d7fa763d5e
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" ]