Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d5fbec27dd |
+1
-1
@@ -14,7 +14,7 @@ WORKDIR /app
|
|||||||
COPY --from=build-stage /app/.output/ /app
|
COPY --from=build-stage /app/.output/ /app
|
||||||
COPY --from=build-stage /app/node_modules/ /app/node_modules
|
COPY --from=build-stage /app/node_modules/ /app/node_modules
|
||||||
|
|
||||||
ENV NUXT_PUBLIC_API_BASE
|
ENV NUXT_PUBLIC_API_BASE=http://localhost:3000
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
CMD ["node", "server/index.mjs"]
|
CMD ["node", "server/index.mjs"]
|
||||||
Reference in New Issue
Block a user