Compare commits
10 Commits
agent/open
...
40100cccab
| Author | SHA1 | Date | |
|---|---|---|---|
| 40100cccab | |||
| a079598f9c | |||
| 263bee12dd | |||
| de815cb9c1 | |||
| bf48924644 | |||
| e90dccd8bb | |||
| 9c08cabcf7 | |||
| 8651a9aad1 | |||
| 860a5383b0 | |||
| 8f42a6664b |
@@ -61,6 +61,11 @@ COPY --from=build /app/apps/worker apps/worker
|
|||||||
COPY --from=build /app/packages/shared packages/shared
|
COPY --from=build /app/packages/shared packages/shared
|
||||||
COPY --from=build /app/packages/game-engine packages/game-engine
|
COPY --from=build /app/packages/game-engine packages/game-engine
|
||||||
|
|
||||||
|
# Nitro 2.10 resolves file-backed public assets from the directory containing
|
||||||
|
# its split runtime chunk. Keep the generated output in its standard location
|
||||||
|
# and expose it at that runtime path without storing a second copy.
|
||||||
|
RUN ln -s ../../public apps/web/.output/server/chunks/public
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Coolify (and other hosts) override PORT at runtime; probe that port, not a
|
# Coolify (and other hosts) override PORT at runtime; probe that port, not a
|
||||||
|
|||||||
Reference in New Issue
Block a user