fix file path
All checks were successful
Build & Deploy Nuxt (Docker) / deploy (push) Successful in 8s
All checks were successful
Build & Deploy Nuxt (Docker) / deploy (push) Successful in 8s
This commit is contained in:
@@ -23,7 +23,7 @@ ENV HOST=0.0.0.0
|
|||||||
|
|
||||||
RUN addgroup -S nodegroup && adduser -S nodeuser -G nodegroup
|
RUN addgroup -S nodegroup && adduser -S nodeuser -G nodegroup
|
||||||
|
|
||||||
COPY --from=build /NautilusDesk/app/.output ./.output
|
COPY --from=build /NautilusDesk/.output ./.output
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
USER nodeuser
|
USER nodeuser
|
||||||
|
|||||||
Reference in New Issue
Block a user