Skip to content

Commit

Permalink
update new configfile for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TarradeMarc committed Apr 17, 2024
1 parent d744df6 commit 8cd13c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/configmanagerDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ RUN npm install hsts
COPY ./server.js /app/server.js
RUN mkdir /data
COPY ./cad-default.json /data/cad-default.json
COPY ./session-default.json /data/session-default.json
COPY ./config-default.json /data/config-default.json
# USER nobody
CMD ["node", "server.js"]

0 comments on commit 8cd13c4

Please sign in to comment.