Skip to content

Commit 70557a6

Browse files
committed
fix dockerfile
1 parent 7e5a129 commit 70557a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ WORKDIR /app
3535
COPY --from=build /app/dist /app/dist
3636
COPY server.js /app/server.js
3737
# Install express
38-
RUN corepack enable
38+
RUN npm i -g [email protected]
3939
RUN npm init -yp
4040
RUN pnpm i express github:zardoy/prismarinejs-net-browserify compression cors
4141
EXPOSE 8080

0 commit comments

Comments
 (0)