wip fix
This commit is contained in:
parent
7eda056cfe
commit
699ac1b418
10
Dockerfile
10
Dockerfile
|
|
@ -2,13 +2,5 @@
|
|||
FROM oven/bun:1.0.18-debian as base
|
||||
WORKDIR /usr/src/prasi
|
||||
|
||||
COPY . .
|
||||
RUN apt-get update
|
||||
RUN apt-get install curl gnupg zip unzip -yq
|
||||
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash
|
||||
RUN apt-get install nodejs -yq
|
||||
RUN npm i -g node-gyp-build-optional-packages @parcel/watcher
|
||||
RUN bun install
|
||||
|
||||
EXPOSE 4550
|
||||
CMD [ "bun run prod" ]
|
||||
CMD [ "bun run coba.ts" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue