buld
This commit is contained in:
parent
c48049c2f9
commit
b9a7231036
@ -18,7 +18,7 @@ FROM nginx:alpine
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# Copy hasil build
|
||||
COPY --from=builder /app/dist /usr/share/nginx/html
|
||||
COPY --from=builder /app/.output/public /usr/share/nginx/html
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user