updated docker
This commit is contained in:
parent
31da49d3f5
commit
f3db2b9aaa
|
|
@ -7,6 +7,9 @@ RUN rm -rf /usr/share/nginx/html/*
|
||||||
# Copy your HTML/CSS/JS files into nginx's web root
|
# Copy your HTML/CSS/JS files into nginx's web root
|
||||||
COPY . /usr/share/nginx/html
|
COPY . /usr/share/nginx/html
|
||||||
|
|
||||||
|
# Create /app/build and link/copy files for pipeline compatibility
|
||||||
|
RUN mkdir -p /app && ln -s /usr/share/nginx/html /app/build
|
||||||
|
|
||||||
# Expose port 80 for the web server
|
# Expose port 80 for the web server
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue