This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ WORKDIR /app
|
||||
COPY --from=build-stage /app/.output/ /app
|
||||
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
|
||||
CMD ["node", "server/index.mjs"]
|
||||
Reference in New Issue
Block a user