Skip to content

Commit

Permalink
docker v#
Browse files Browse the repository at this point in the history
  • Loading branch information
valhuber committed Feb 28, 2024
1 parent c5e4e63 commit 1b2627d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/ApiLogicServerDev.code-workspace
Expand Up @@ -97,7 +97,7 @@
"sqltools.useNodeRuntime": true,
"workbench.preferredDarkColorTheme": "One Dark Pro Flat",
"workbench.preferredLightColorTheme": "IntelliJ IDEA New UI",
"workbench.colorTheme": "IntelliJ IDEA New UI",
"workbench.colorTheme": "One Dark Pro Flat",
"search.exclude": {
"**api_logic_server_cli/ApiLogicProject/": true,
"**api_logic_server_cli/create_from_model/safrs-react-admin-npm-build": true
Expand Down
4 changes: 3 additions & 1 deletion docker/api_logic_server.Dockerfile
@@ -1,5 +1,7 @@

# GA release -- DELETE BUILD DIRS FIRST
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:10.03.06 -o type=image --platform=linux/arm64,linux/amd64 .

# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:10.03.07 -o type=image --platform=linux/arm64,linux/amd64 .
# docker buildx build --push -f docker/api_logic_server.Dockerfile --tag apilogicserver/api_logic_server:latest -o type=image --platform=linux/arm64,linux/amd64 .

# Beta - test codespaces with tutorial, API_Fiddle (change .devcontainer.json -> apilogicserver/api_logic_server_x)
Expand Down

0 comments on commit 1b2627d

Please sign in to comment.