Skip to content

Commit

Permalink
revert from main
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardstam committed Sep 2, 2024
1 parent ebe8974 commit 1417c6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ RUN rm /etc/apache2/mods-enabled/alias.conf
COPY docker/000-default.conf /etc/apache2/sites-available/
COPY docker/docker-entrypoint.sh /bin

RUN useradd -M -U datapunt
COPY . /srv/mapserver/ && chown -R datapunt:datapunt /srv/
COPY . /srv/mapserver/
RUN rm -rf /srv/mapserver/private
COPY epsg /usr/share/proj

EXPOSE 80

USER datapunt
CMD /bin/docker-entrypoint.sh

0 comments on commit 1417c6c

Please sign in to comment.