wip fix
This commit is contained in:
parent
d1f06fbe64
commit
131cf335b8
|
|
@ -1,6 +1,5 @@
|
||||||
FROM oven/bun:1.0.18-debian as base
|
FROM oven/bun:1.0.18-debian as base
|
||||||
WORKDIR /app/docker
|
WORKDIR /app/prasi/repo
|
||||||
COPY docker.ts docker.ts
|
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install git curl gnupg zip unzip -yq
|
RUN apt-get install git curl gnupg zip unzip -yq
|
||||||
|
|
@ -14,4 +13,4 @@ RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp
|
||||||
|
|
||||||
EXPOSE 4550/tcp
|
EXPOSE 4550/tcp
|
||||||
|
|
||||||
CMD [ "bun", "run", "docker.ts" ]
|
CMD [ "bun", "run", "prod" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue