Commit c843ab92 authored by nanamicat's avatar nanamicat

fix

parent 7d301c35
......@@ -11,6 +11,6 @@ WORKDIR /app
COPY server/package*.json ./
RUN npm ci
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"]
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