Skip to content

Commit

Permalink
Reverted fixup deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Oct 11, 2024
1 parent 9aa7dd0 commit 01aa88c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "umask 0002 && . /usr/l

# Copy install and launcher script to bin:
COPY ./dev_install /bin
COPY ./fixup /bin

CMD ["sleep", "infinity"]
4 changes: 4 additions & 0 deletions .devcontainer/fixup
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# This script is used to update the service files in the service directory
# 'fixup' is a shortcut for 'scripts/update_service_files.py'
python3 ./scripts/update_service_files.py "$@"

0 comments on commit 01aa88c

Please sign in to comment.