Skip to content

Commit

Permalink
devcontainer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Oct 18, 2024
1 parent 73a265f commit 53cd2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
COPY . /app/

# Expose port 49152
EXPOSE 49152
# EXPOSE 49152

# Switch to the non-root user for security reasons
USER appuser
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
"postCreateCommand": "pip install -r test_requirements.txt && pip install ruff requests pre-commit",
"remoteUser": "root",
"workspaceFolder": "/workspaces/safety",
"forwardPorts": [49152]
}

0 comments on commit 53cd2f7

Please sign in to comment.