fix: revert Dockerfile and docker-stack.yml to exact original configurations
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 42s Details

This commit is contained in:
Sidney Gomes 2026-07-21 19:09:25 -03:00
parent d4a6ea3222
commit 520a647daf
2 changed files with 0 additions and 4 deletions

View File

@ -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"]

View File

@ -70,6 +70,5 @@ volumes:
networks: networks:
microtecflix-net: microtecflix-net:
driver: overlay
network_public: network_public:
external: true external: true