Skip to content

Commit

Permalink
dev container changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed Aug 31, 2024
1 parent 0d452db commit 1729820
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
// ssh-add ~/.ssh/id_ed25519
{
"name": "Python 3",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
// "build": {
// "dockerfile": "Dockerfile",
// "context": ".."
// },
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
// "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"image": "xlwings/xlwings-server-dev:main",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
// "ghcr.io/devcontainers/features/node:1": {
// "version": "latest"
// },
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
},
// "features": {
// "ghcr.io/devcontainers/features/node:1": {
// "version": "latest"
// },
// "ghcr.io/devcontainers/features/docker-in-docker:2": {},
// },
// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [
8000
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xlwings-docker-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images

name: Publish Docker image
name: Publish Docker image (dev)

on:
push:
Expand Down

0 comments on commit 1729820

Please sign in to comment.