mirror of
https://github.com/standardnotes/server
synced 2026-07-14 00:01:54 -04:00
chore: add published ports to e2e test suite
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
||||
tags: standardnotes/server:${{ github.sha }}
|
||||
|
||||
- name: Run Server
|
||||
run: docker run -d standardnotes/server:${{ github.sha }}
|
||||
run: docker run -d -p 3123:3000 standardnotes/server:${{ github.sha }}
|
||||
env:
|
||||
EXPOSED_PORT: 3123
|
||||
EXPOSED_FILES_SERVER_PORT: 3125
|
||||
|
||||
Reference in New Issue
Block a user