pridani portu do dockerfile + traefik example
This commit is contained in:
@@ -18,6 +18,6 @@ ENV NODE_ENV production
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=builder /build .
|
||||
|
||||
EXPOSE 3000
|
||||
RUN yarn global add serve && yarn
|
||||
CMD ["serve", "-s", "."]
|
||||
Reference in New Issue
Block a user