trig.
This commit is contained in:
parent
9715c07626
commit
430cdcb417
|
@ -5,7 +5,6 @@ RUN node -v
|
|||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
|
||||
FROM nginx
|
||||
COPY --from=build /app /usr/share/nginx/html/
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in New Issue