fix: revert Dockerfile and docker-stack.yml to exact original configurations
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 42s
Details
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 42s
Details
This commit is contained in:
parent
d4a6ea3222
commit
520a647daf
|
|
@ -20,9 +20,6 @@ RUN npm install --only=production
|
||||||
|
|
||||||
COPY --from=builder /app/dist ./dist
|
COPY --from=builder /app/dist ./dist
|
||||||
|
|
||||||
# Create data directory and set permissions
|
|
||||||
RUN mkdir -p /app/data && chmod 777 /app/data
|
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["node", "dist/server.cjs"]
|
CMD ["node", "dist/server.cjs"]
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,5 @@ volumes:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
microtecflix-net:
|
microtecflix-net:
|
||||||
driver: overlay
|
|
||||||
network_public:
|
network_public:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue