Dockerfile
This commit is contained in:
parent
4e7da223eb
commit
f0a4c2c724
@ -5,7 +5,8 @@ COPY package*.json ./
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
RUN npm run build || (echo "BUILD FEHLGESCHLAGEN" && cat /app/npm-debug.log || true)
|
||||
RUN npm run build && test -d dist || (echo "dist/ NICHT gefunden" && ls -la /app && exit 1)
|
||||
|
||||
|
||||
|
||||
FROM nginx:alpine
|
||||
|
||||
Loading…
Reference in New Issue
Block a user