Hopefully it works now
This commit is contained in:
parent
20cb02009f
commit
81a3251c65
|
|
@ -37,8 +37,7 @@ FROM base AS release
|
||||||
# compose the final image
|
# compose the final image
|
||||||
COPY --from=install /temp/prod/node_modules node_modules
|
COPY --from=install /temp/prod/node_modules node_modules
|
||||||
COPY --from=prerelease /usr/src/app/build .
|
COPY --from=prerelease /usr/src/app/build .
|
||||||
COPY --from=prerelease /usr/src/app/templates .
|
COPY --from=prerelease /usr/src/app/templates ./templates
|
||||||
#COPY --from=prerelease /usr/src/app/package.json .
|
|
||||||
|
|
||||||
RUN mkdir /app-data && chown bun:bun /app-data
|
RUN mkdir /app-data && chown bun:bun /app-data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue