wip fix
This commit is contained in:
parent
94584db627
commit
682d19234f
10
Dockerfile
10
Dockerfile
|
|
@ -1,8 +1,16 @@
|
|||
FROM oven/bun:1.0.18-debian as base
|
||||
WORKDIR /app/prasi/repo
|
||||
RUN chown -R bun:bun /app/prasi
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install nodejs git curl gnupg zip unzip -yq
|
||||
RUN apt-get install git curl gnupg zip unzip -yq
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install nodejs -yq
|
||||
|
||||
RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp
|
||||
|
||||
EXPOSE 4550/tcp
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,7 @@
|
|||
"pkgs/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"bun-types": "latest",
|
||||
"node-gyp-build-optional-packages": "^5.1.1"
|
||||
"bun-types": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue