mirror of
https://github.com/rjNemo/go-pass-gen
synced 2026-06-06 02:46:40 +00:00
expose port
This commit is contained in:
parent
e0b2c809aa
commit
af2ddd3362
1 changed files with 1 additions and 0 deletions
|
|
@ -19,4 +19,5 @@ RUN apk update --no-cache
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/dist /app/dist
|
COPY --from=builder /app/dist /app/dist
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
CMD ["./dist"]
|
CMD ["./dist"]
|
||||||
Loading…
Reference in a new issue