fix docker build issues
This commit is contained in:
parent
75e435bd03
commit
c796709ea0
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,6 +18,7 @@ Thumbs.db
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.test
|
||||
Makefile
|
||||
|
||||
# Vite
|
||||
vite.config.js.timestamp-*
|
||||
|
@ -3,6 +3,8 @@ WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm i
|
||||
COPY . .
|
||||
ENV PUBLIC_PB_URL=http://pb:8080
|
||||
|
||||
RUN npm run build
|
||||
|
||||
EXPOSE 4173
|
||||
|
Loading…
x
Reference in New Issue
Block a user