Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Nov 9, 2024
1 parent b9ae1f0 commit 1219bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG BASENAME

RUN mkdir -p /data-portal
COPY . /data-portal
RUN cp /data-portal/nginx.conf /etc/nginx/nginx.conf \
RUN cp /data-portal/nginx.conf /etc/nginx/conf.d/nginx.conf \
&& chown -R gen3: /data-portal

WORKDIR /data-portal
Expand Down

0 comments on commit 1219bae

Please sign in to comment.