mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-27 11:20:40 -04:00
remove the ai bad stuff
This commit is contained in:
parent
7c3cf4c5c9
commit
069e79cd22
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ RUN rm -rf ./*
|
||||||
# Copy static files from the builder stage
|
# Copy static files from the builder stage
|
||||||
COPY --from=builder /app/dist .
|
COPY --from=builder /app/dist .
|
||||||
|
|
||||||
# Copy the nginx configuration file
|
|
||||||
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
|
||||||
|
|
||||||
# Expose port 80
|
# Expose port 80
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue