Fix dockerfile
Some checks failed
Build and Push Docker Image / build (push) Failing after 43s

This commit is contained in:
Melaine Gérard 2024-11-01 15:24:52 +01:00
parent 871309f74a
commit 0bf7010ca0
2 changed files with 4 additions and 1 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
node_modules/
dist/
.env

View File

@ -1,4 +1,4 @@
FROM node:20
FROM node:20-alpine
# Create app directory
WORKDIR /app