expose port

This commit is contained in:
Ruidy 2022-06-09 16:26:56 +02:00
parent e0b2c809aa
commit af2ddd3362

View file

@ -19,4 +19,5 @@ RUN apk update --no-cache
WORKDIR /app
COPY --from=builder /app/dist /app/dist
EXPOSE 8080
CMD ["./dist"]