Created deployment

This commit is contained in:
2026-02-11 17:56:40 +01:00
parent 0a9470b1d8
commit 43cef09f89

View File

@@ -16,6 +16,8 @@ RUN yarn install
RUN mkdir -p packages/node_modules && \
ln -sf ../sim-shared packages/node_modules/sim-shared
RUN mkdir -p dist && ln -sf ../packages dist/packages
COPY ./entrypoint.sh ./
RUN chmod +x entrypoint.sh