Skip to content

Commit

Permalink
Fixing the image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Sep 20, 2023
1 parent e886106 commit 4eddedb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 152 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# DebiAI Vuejs Frontend
FROM node:lts-alpine as build-stage
FROM node:16.13-alpine as build-stage
WORKDIR /frontend
COPY frontend/ .
ENV NODE_OPTIONS="--openssl-legacy-provider"
RUN npm install
RUN npm run build

Expand Down
164 changes: 14 additions & 150 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4eddedb

Please sign in to comment.