Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Apr 11, 2024
1 parent d4a401e commit 99460b7
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 @@ -47,7 +47,7 @@ RUN git clone https://github.com/ashleykleynhans/app-manager.git /app-manager &&
git checkout tags/${APP_MANAGER_VERSION} && \
npm install
COPY app-manager/config.json /app-manager/public/config.json
COPY --chmod=755 app-manager/*.sh /app-manager/
COPY --chmod=755 app-manager/*.sh /app-manager/scripts/

# Remove existing SSH host keys
RUN rm -f /etc/ssh/ssh_host_*
Expand Down

0 comments on commit 99460b7

Please sign in to comment.