mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix(build): 🐛 Fix a bug preventing building caused by an old build command being used in Dockerfile
This commit is contained in:
parent
06c30b8af2
commit
a621ff7271
|
|
@ -21,7 +21,7 @@ COPY . /temp
|
||||||
COPY --from=install /temp/node_modules /temp/node_modules
|
COPY --from=install /temp/node_modules /temp/node_modules
|
||||||
# Build the project
|
# Build the project
|
||||||
WORKDIR /temp
|
WORKDIR /temp
|
||||||
RUN bun run prod-build
|
RUN bun run build
|
||||||
WORKDIR /temp/dist
|
WORKDIR /temp/dist
|
||||||
|
|
||||||
# Copy production dependencies and source code into final image
|
# Copy production dependencies and source code into final image
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue