mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 02:38:29 +00:00
Update Dockerfile
fix: `failed to solve: source can't be a git ref for COPY`
This commit is contained in:
parent
c463e3eabb
commit
327eebcf3f
@ -19,7 +19,9 @@ FROM base AS api
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /prod/api /app
|
||||
COPY --from=build /app/.git /app/.git
|
||||
COPY --from=build /app/.git/logs/HEAD /app/.git/logs/HEAD
|
||||
COPY --from=build /app/.git/HEAD /app/.git/HEAD
|
||||
COPY --from=build /app/.git/config /app/.git/config
|
||||
|
||||
EXPOSE 9000
|
||||
CMD [ "node", "src/cobalt" ]
|
||||
CMD [ "node", "src/cobalt" ]
|
||||
|
Loading…
Reference in New Issue
Block a user