Merge pull request 'updated docker' (#8) from fix/ssh_issue into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
Reviewed-on: #8
This commit is contained in:
commit
b1f27befd4
|
|
@ -7,6 +7,9 @@ RUN rm -rf /usr/share/nginx/html/*
|
|||
# Copy your HTML/CSS/JS files into nginx's web root
|
||||
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 80
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue