Dockerfile won't need that
This commit is contained in:
parent
0202b451de
commit
d528b65bf2
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@ FROM ark.sudovanilla.org/korbs/bun:amd64 AS based
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Run in Production
|
|
||||||
ENV NODE_ENV=production
|
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
EXPOSE 2014
|
EXPOSE 2014
|
||||||
CMD bun run build && bun start
|
CMD bun run build && bun start
|
Loading…
Reference in a new issue