wip fix
This commit is contained in:
parent
dd01292da0
commit
bc7c91369d
|
|
@ -12,6 +12,6 @@ RUN apt-get install nodejs -yq
|
||||||
|
|
||||||
RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp
|
RUN npm i -g @parcel/watcher node-gyp-build-optional-packages node-gyp
|
||||||
|
|
||||||
EXPOSE 4550/tcp
|
EXPOSE 3000/tcp
|
||||||
|
|
||||||
CMD [ "bun", "run", "docker.ts" ]
|
CMD [ "bun", "run", "docker.ts" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue