Commit 20a39bf4 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent e85a785d
...@@ -11,6 +11,6 @@ WORKDIR /app ...@@ -11,6 +11,6 @@ WORKDIR /app
COPY server/package*.json ./ COPY server/package*.json ./
RUN npm ci RUN npm ci
COPY server . COPY server .
COPY --from=web dist/railgun-dashboard public COPY --from=web /app/dist/railgun-dashboard public
CMD [ "./node_modules/.bin/ts-node", "src/main.ts"] CMD [ "./node_modules/.bin/ts-node", "src/main.ts"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment