pridani portu do dockerfile + traefik example
This commit is contained in:
@@ -13,4 +13,6 @@ COPY src ./src
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn build
|
||||
|
||||
EXPOSE 3001
|
||||
|
||||
CMD [ "node", "/app/dist/index.js" ]
|
||||
Reference in New Issue
Block a user