mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2024-11-21 04:23:39 +00:00
fix: ci (#7)
This commit is contained in:
parent
233d85b18e
commit
20fba66a0d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ COPY package*.json .
|
|||
COPY yarn*.lock .
|
||||
RUN yarn install
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
RUN yarn build:react
|
||||
|
||||
#Stage 2
|
||||
FROM nginx:1.19.0
|
||||
|
|
Loading…
Reference in a new issue