Merge pull request 'fix(): rollbacl' (#108) from feat-1 into main
All checks were successful
Build simrail.pro / build (push) Successful in 22s
All checks were successful
Build simrail.pro / build (push) Successful in 22s
Reviewed-on: #108
This commit is contained in:
commit
fcef4e428e
@ -5,11 +5,12 @@ WORKDIR /app
|
|||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN npm install -D vite
|
|
||||||
RUN npm install -g live-server
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN npm install -D vite
|
||||||
|
RUN npm install -g live-server
|
||||||
|
|
||||||
RUN npm run rawbuild
|
RUN npm run rawbuild
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user